object FrmDefaultMailer: TFrmDefaultMailer Left = 431 Top = 738 BorderIcons = [] BorderStyle = bsSingle Caption = 'Setup Default Mailer' ClientHeight = 141 ClientWidth = 367 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnHide = FormHide PixelsPerInch = 120 TextHeight = 16 object Lbl: TLabel Left = 16 Top = 16 Width = 276 Height = 34 Caption = 'Poco is not setup to be your default mailer.'#13#10'Would you like me ' + 'to make it so?' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 17 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object BtnYes: TBitBtn Left = 146 Top = 72 Width = 97 Height = 35 TabOrder = 0 OnClick = BtnYesClick Kind = bkYes end object BtnNo: TBitBtn Left = 254 Top = 72 Width = 97 Height = 35 TabOrder = 1 OnClick = BtnNoClick Kind = bkNo end object cbDontAsk: TCheckBox Left = 14 Top = 122 Width = 311 Height = 17 Caption = 'Please, don'#39't ask me this question again!' TabOrder = 2 end end